github.com/refraction-networking/utls.keySharePrivateKeys.ecdhe (field)
11 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L167: keyShareKeys.ecdhe, err = generateECDHEKey(config.rand(), X25519)
handshake_client.go#L180: x25519EphemeralKey := keyShareKeys.ecdhe.PublicKey().Bytes()
handshake_client.go#L194: keyShareKeys.ecdhe, err = generateECDHEKey(config.rand(), curveID)
handshake_client.go#L198: hello.keyShares = []keyShare{{group: curveID, data: keyShareKeys.ecdhe.PublicKey().Bytes()}}
handshake_client_tls13.go#L63: if hs.keyShareKeys == nil || hs.keyShareKeys.ecdhe == nil || len(hs.hello.keyShares) == 0 {
handshake_client_tls13.go#L353: hs.keyShareKeys = &keySharePrivateKeys{curveID: curveID, ecdhe: key}
handshake_client_tls13.go#L601: sharedKey, err := getSharedKey(ecdhePeerData, hs.keyShareKeys.ecdhe)
key_schedule.go#L55: ecdhe *ecdh.PrivateKey
u_public.go#L74: ecdhe: chs.EcdheKey,
u_public.go#L909: ecdhe: ksp.Ecdhe,
u_public.go#L921: Ecdhe: ksp.ecdhe,
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |